Skip to content

Conversation

@Leiyks
Copy link
Contributor

@Leiyks Leiyks commented Sep 2, 2025

Description

Support PHP 8.5 for the Tracer, Appsec and the profiler.

Note: This version of PHP is meant to be released on November 20th.

@pr-commenter
Copy link

pr-commenter bot commented Sep 2, 2025

Benchmarks [ tracer ]

Benchmark execution time: 2025-10-31 00:07:19

Comparing candidate commit 745c0de in PR branch leiyks/php-8.5 with baseline commit 83b4cf2 in branch master.

Found 2 performance improvements and 2 performance regressions! Performance is the same for 190 metrics, 0 unstable metrics.

scenario:ComposerTelemetryBench/benchTelemetryParsing

  • 🟩 execution_time [-1357.325ns; -442.675ns] or [-11.803%; -3.849%]

scenario:MessagePackSerializationBench/benchMessagePackSerialization

  • 🟥 execution_time [+2.654µs; +3.206µs] or [+2.586%; +3.123%]

scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache

  • 🟥 execution_time [+4.072µs; +5.548µs] or [+3.904%; +5.320%]

scenario:TraceSerializationBench/benchSerializeTrace

  • 🟩 execution_time [-25.027µs; -11.673µs] or [-5.715%; -2.665%]

@Leiyks Leiyks force-pushed the leiyks/php-8.5 branch 3 times, most recently from c3d6bb6 to 76324f3 Compare September 8, 2025 14:17
@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.76%. Comparing base (83b4cf2) to head (745c0de).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3400      +/-   ##
==========================================
- Coverage   61.87%   61.76%   -0.11%     
==========================================
  Files         142      142              
  Lines       12895    12895              
  Branches     1689     1689              
==========================================
- Hits         7979     7965      -14     
- Misses       4158     4171      +13     
- Partials      758      759       +1     

see 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83b4cf2...745c0de. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Leiyks Leiyks force-pushed the leiyks/php-8.5 branch 7 times, most recently from b6000bf to 7d6345a Compare September 17, 2025 15:34
@Leiyks Leiyks force-pushed the leiyks/php-8.5 branch 5 times, most recently from 0aff6bc to 2bc1c1d Compare September 29, 2025 15:53
@pr-commenter
Copy link

pr-commenter bot commented Sep 30, 2025

Benchmarks [ profiler ]

Benchmark execution time: 2025-10-30 23:15:55

Comparing candidate commit 745c0de in PR branch leiyks/php-8.5 with baseline commit 83b4cf2 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 28 metrics, 8 unstable metrics.

@realFlowControl realFlowControl force-pushed the leiyks/php-8.5 branch 2 times, most recently from e248dc5 to c2d5d7b Compare October 1, 2025 11:58
@Leiyks Leiyks force-pushed the leiyks/php-8.5 branch 9 times, most recently from fa8e2eb to df0433d Compare October 7, 2025 11:50
@Leiyks Leiyks force-pushed the leiyks/php-8.5 branch 10 times, most recently from 4f0b0f2 to 55c4015 Compare October 30, 2025 22:38
Leiyks and others added 19 commits October 30, 2025 18:38
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
CentOS 7's glibc lacks __builtin_cpu_init() support, causing IFUNC
resolvers to crash during dynamic linking when detecting AVX2 support.
Disable IFUNC and use runtime function pointer initialization instead.
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants